home *** CD-ROM | disk | FTP | other *** search
- recio, Version 2.00, Release April 15, 1994.
- Copyright (C) 1994, William Pierpoint.
-
- WHAT'S NEW in RECIO version 2.00?
-
- * RECIO can now write as well as read. Over 25 new functions added for
- your enjoyment.
-
- * New record streams that are always open are recout, recerr, and recprn.
- New predefined context numbers are RECOUT, RECERR, and RECPRN.
-
- * ROPEN_MAX increased from 5 to 8.
-
- * New symbolic error constants are:
- R_EINVMOD - tried to read file opened in write mode, or vice versa.
- R_ENOPUT - unable to output data.
-
- * New callback warning function and associated warning functions.
- Now all empty data strings are trapped as warnings. Application can
- choose to handle them or to ignore them. Failure of atexit function
- is changed from an error to a warning.
-
- * New symbolic warning constants:
- R_WEMPSTR - data string is empty.
- R_WWIDTH - data too wide for columnar output.
- R_WNOREG - unable to register exit function with atexit().
- (changed from error R_ENOREG).
-